home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global advance, ppl, foes
- if (advance = 13) or (advance = 14) then
- foes4(getAt(foes, 1), getAt(ppl, 2))
- foes4(getAt(foes, 2), getAt(ppl, 3))
- else
- if advance = 15 then
- foes4(getAt(foes, 3), getAt(ppl, 4))
- else
- if (advance = 16) or (advance = 17) then
- foes4(getAt(foes, 2), getAt(ppl, 3))
- foes4(getAt(foes, 3), getAt(ppl, 4))
- end if
- end if
- end if
- go(marker(0) + 1)
- end
-